JSON - définition. Qu'est-ce que JSON
Diclib.com
Dictionnaire ChatGPT
Entrez un mot ou une phrase dans n'importe quelle langue 👆
Langue:

Traduction et analyse de mots par intelligence artificielle ChatGPT

Sur cette page, vous pouvez obtenir une analyse détaillée d'un mot ou d'une phrase, réalisée à l'aide de la meilleure technologie d'intelligence artificielle à ce jour:

  • comment le mot est utilisé
  • fréquence d'utilisation
  • il est utilisé plus souvent dans le discours oral ou écrit
  • options de traduction de mots
  • exemples d'utilisation (plusieurs phrases avec traduction)
  • étymologie

Qu'est-ce (qui) est JSON - définition

TEXT-BASED OPEN STANDARD DESIGNED FOR HUMAN-READABLE DATA INTERCHANGE
Json; JavaScript Object Notation; Javascript Object Notation; JSONNP; .json; JSON Schema; HOCON; I-JSON; Internet JSON; Human-Optimized Config Object Notation; ECMA-404; HJSON; JSON5; Application/json
  • Douglas Crockford at the Yahoo Building (2007)
  • 121px

JSON         
HOCON         
HOCON, or Human-Optimized Config Object Notation is a format for human-readable data, and a superset of JSON.
JavaScript Object Notation         
<programming> (JSON) Syntax for serialising JavaScript objects, often used as a data carrier format. JSON is based on a subset of the JavaScript programming language. It uses a file extension of .json and is considered a language-independent data format. (2008-05-28)

Wikipédia

JSON

JSON (JavaScript Object Notation, pronounced ; also ) is an open standard file format and data interchange format that uses human-readable text to store and transmit data objects consisting of attribute–value pairs and arrays (or other serializable values). It is a common data format with diverse uses in electronic data interchange, including that of web applications with servers.

JSON is a language-independent data format. It was derived from JavaScript, but many modern programming languages include code to generate and parse JSON-format data. JSON filenames use the extension .json.

Douglas Crockford originally specified the JSON format in the early 2000s. He and Chip Morningstar sent the first JSON message in April 2001.